Skip to content

Glasgow | May-2025 | Salah Ahmed| Sprint-3 #634

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 58 commits into
base: main
Choose a base branch
from

Conversation

avatarit
Copy link

@avatarit avatarit commented Jul 3, 2025

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

All the issues have been solved in Sprint 3

Millena28 and others added 30 commits February 21, 2025 14:43
@avatarit avatarit added 📅 Sprint 3 Assigned during Sprint 3 of this module Needs Review Participant to add when requesting review labels Jul 3, 2025
@jenny-alexander jenny-alexander self-requested a review July 10, 2025 13:55
@jenny-alexander jenny-alexander added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Participant to add when requesting review labels Jul 10, 2025
Copy link

@jenny-alexander jenny-alexander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your test implementations are generally done very well. 👏

  • There are a few tests that are still failing - those should be checked.
  • I made a few comments and suggestions for you to make in order to make your code more robust and fail safe.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this file from your PR? It may have been added by mistake. Once your PR has been created, it's a good habit to review the files and ensure that only the required files are included! :)


// Case 4: Identify Straight Angles:
// When the angle is exactly 180 degrees,
// Then the function should return "Straight angle"
// ====> write your test here, and then add a line to pass the test in the function above
const Straight = getAngleType(180);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's good practice to name your variables, functions and with a camelCase.
const straight

Further reading: https://dev.to/hassanzohdy/best-practices-for-case-styles-camel-pascal-snake-and-kebab-case-in-node-and-javascript-55oi

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have changed the names of variables

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jenny-alexander jenny-alexander added Reviewed Volunteer to add when completing a review and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Jul 13, 2025
@avatarit avatarit added the Needs Review Participant to add when requesting review label Jul 16, 2025
Copy link

@jenny-alexander jenny-alexander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@avatarit The changes you made are good and you're on the right track. 👍

I added a few comments of a few things I noticed while re-reviewing it.

Also, please remove the package-lock.json and package.json files from the PR as they shouldn't be included in the PR.

@jenny-alexander jenny-alexander removed the Needs Review Participant to add when requesting review label Jul 18, 2025
@avatarit avatarit added the Needs Review Participant to add when requesting review label Jul 18, 2025
Copy link

@jenny-alexander jenny-alexander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there might be a bit of confusion regarding the package.json and package-lock.json files.

When I asked you to remove them from the PR, it seems you may have thought I asked you to "remove" the file from the project completely.
The file needs to remain in the project (on GitHub) but shouldn't be in your PR.
If you included the file as a deletion in your PR, it could cause issues.

You can use chatGPT to see how you can remove this file from the PR. If you find you are stuck, let me know and I can give you more instructions on how to revert these changes!

The package-lock.json file shouldn't be included in the PR either.

Image

@avatarit
Copy link
Author

avatarit commented Jul 19, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review Participant to add when requesting review Reviewed Volunteer to add when completing a review 📅 Sprint 3 Assigned during Sprint 3 of this module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants